#!/bin/sh
# srchpprog
#   program flash from host port
set -x

################################
# load boot loader
srcbootldr

################################
# load boot, a subset of the firmware that excludes signal generation
#   but includes flash programming support and other functions
srcloadboot

################################
# program flash
srcromprog
